home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / glimpse-2.1 / libtemplate / include / paths.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-16  |  429 b   |  26 lines

  1. /* Generated automatically from paths.h.in by configure. */
  2. #ifndef _PATHS_H_
  3. #define _PATHS_H_
  4.  
  5. #ifndef CMD_PERL
  6. #define CMD_PERL    "/usr/local/perl"
  7. #endif
  8.  
  9. #ifndef CMD_GZIP
  10. #define CMD_GZIP    "/usr/local/gzip"
  11. #endif
  12.  
  13. #ifndef CMD_GUNZIP
  14. #define CMD_GUNZIP    "/usr/local/gunzip"
  15. #endif
  16.  
  17. #ifndef CMD_UNZIP
  18. #define CMD_UNZIP    "/usr/local/unzip"
  19. #endif
  20.  
  21. #ifndef CMD_UNCOMPRESS
  22. #define CMD_UNCOMPRESS    "/usr/ucb/uncompress"
  23. #endif
  24.  
  25. #endif
  26.